home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 December: Technology Seed / ATS Dec. '97.toast / QuickDraw™ 3D 1.5.3 SDK for Mac / RAVE SDK 1.5 MacOS / RaveDemo / ShieldRect.h < prev    next >
Encoding:
Text File  |  1997-10-31  |  265 b   |  8 lines  |  [TEXT/CWIE]

  1.  
  2. typedef pascal void (*ShieldRectNotifyProcPtr)(SInt16 left, SInt16 top, SInt16 right, SInt16 bottom, SInt32 refCon);
  3.  
  4. void RegisterShieldRect(Rect * rectToShield, ShieldRectNotifyProcPtr proc, long refCon, long * cookie);
  5. void UnregisterShieldRect(long cookie);
  6.  
  7.  
  8.